google.golang.org/grpc/internal/channelz.Identifier.pid (field)

4 uses

	google.golang.org/grpc/internal/channelz (current package)
		id.go#L29: 	pid *Identifier
		id.go#L60: 	return id.typ == other.typ && id.id == other.id && id.pid == other.pid
		id.go#L74: 	return &Identifier{typ: typ, id: id, str: str, pid: pid}